home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / De la revista / Ghostscript / Mac GS Viewer Manual / Mac GS Viewer Manual.rsrc / TEXT_138.txt < prev    next >
Encoding:
Text File  |  1994-05-11  |  1.5 KB  |  41 lines

  1.  
  2. Building Mac GS Viewer
  3.  
  4. If you want to build the release (so you can configure Ghostscript to
  5. your liking), you will need the current Ghostscript release and
  6. the macintosh specific files.
  7.  
  8. From the standard Ghostscript ftp site, obtain the following files:
  9.  
  10. in directory /ghost/aladdin:
  11.     
  12.     gs3xxlib.tar.gz - .ps and .doc files
  13.     gs3xxsr1.tar.gz - headers and make files
  14.     gs3xxsr2.tar.gz - source files
  15.     ghostscript-fonts-std-3.0.tar.gz - the fonts
  16.  
  17. where xx is the latest version of Ghostscript.  The fonts listed above are identical to the ones in the Macintosh distribution.
  18.  
  19. in directory /ghost/aladdin/mac:
  20.     
  21.     macgs-v1.0-src.sit - source files
  22.  
  23. in directory /ghost:
  24.     
  25.     jpegsrc.v5a.tar.gz - the jpeg library
  26.  
  27.  
  28. In the standard method of building Ghostscript, all of these files (except the jpeg) get unpacked into one big directory.  The jpeg stuff gets unpacked into a directory called jpeg-5a in the main directory.   The macintosh stuff also gets unpacked into its own directory, called 'Mac Specific'.  However, if you like (and I do) you can divide up all
  29. these files into the following hierarchy:
  30.  
  31.     Ghost Dev
  32.         files -- all *.ps, *.doc, and other non-build files
  33.         fonts -- all the fonts
  34.         src -- *.c, *.h, *.mak
  35.         jpeg-5a -- the jpeg files
  36.         Mac Specific -- the mac files
  37.         MPW Build -- empty directory used for building under MPW
  38.  
  39. Once you get everything laid out, take a look at the file Worksheet in the mac specific folder for steps to build the system.
  40.  
  41.